home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / Lattice C disk 4.adf / Compiler_Headers / proto / potgo.h < prev    next >
C/C++ Source or Header  |  1988-11-01  |  269b  |  10 lines

  1. extern struct Library *PotgoBase;
  2. long AllocPotBits(long);
  3. void FreePotBits(long);
  4. void WritePotgo(long, long);
  5. #ifndef  NO_PRAGMAS
  6. #pragma libcall PotgoBase AllocPotBits 6 1
  7. #pragma libcall PotgoBase FreePotBits c 1
  8. #pragma libcall PotgoBase WritePotgo 12 1002
  9. #endif
  10.